Papers with Convolutional Neural Networks
Immersive Language Exploration with Object Recognition and Augmented Reality (2020.lrec-1)
Copied to clipboard
Benny Platte, Anett Platte, Christian Roschke, Rico Thomanek, Thony Rolletschke, Frank Zimmer, Marc Ritter
| Challenge: | Using Augmented Reality (AR) in teaching and learning contexts for language is still young. |
| Approach: | They propose to use Augmented Reality to explore language in different languages by using a deep learning method. |
| Outcome: | The proposed application recognizes up to 1000 objects in the user’s environment and names them accordingly. |
The Emergence of Semantics in Neural Network Representations of Visual Information (N18-2)
Copied to clipboard
| Challenge: | Convolutional neural networks learn about semantics through corpora, but they must be shared . a recent study shows that concepts exist independently of language . |
| Approach: | They employ techniques previously used to detect semantic representations in the human brain to detect representations of CNNs. |
| Outcome: | The proposed techniques could be used to combat adversarial attacks on CNNs, the authors say . |
Enhancing Arabic NLP Tasks through Character-Level Models and Data Augmentation (2025.coling-main)
Copied to clipboard
| Challenge: | Using character-level models, natural language processing for Arabic is challenging due to its rich morphology, root-based word formation, flexible sentence structures, diacritical ambiguities, and orthographic variations. |
| Approach: | They propose a character-level approach specifically designed for Arabic NLP tasks that incorporates Convolutional Neural Networks (CNNs), pre-trained transformers (CANINE), and Bidirectional Long Short-Term Memory networks (BiLSTMs). |
| Outcome: | The proposed model outperforms existing models on Arabic privacy policy classification task and reports a micro-averaged F1 score of 93.8%, surpassing state-of-the-art models. |
The Myth of Double-Blind Review Revisited: ACL vs. EMNLP (D19-1)
Copied to clipboard
| Challenge: | a double-blind review system enforces author anonymity during the review period . authors can be inferred with accuracy as high as 87% on ACL and 78% on EMNLP . |
| Approach: | They examine how well deep learning techniques can infer authors of a paper . authors found authors can be inferred with accuracy as high as 87% on ACL and 78% on EMNLP . |
| Outcome: | The proposed method can infer authors with 87% accuracy on ACL and 78% on EMNLP for the top 100 most prolific authors. |
Double Path Networks for Sequence to Sequence Learning (C18-1)
Copied to clipboard
| Challenge: | Existing approaches for Sequence to Sequence learning have been developed . convolutional neural networks and self-attention networks are the most popular . |
| Approach: | They propose to integrate convolutional and self-attention layers into a double path network for sequence to sequence learning. |
| Outcome: | The proposed method significantly improves performance over state-of-the-art systems. |
Experiments with Convolutional Neural Networks for Multi-Label Authorship Attribution (L18-1)
Copied to clipboard
| Challenge: | Existing methods for authorship attribution tasks are difficult, but they are effective. |
| Approach: | They propose a CNN that averaging author probability distributions at sentence level for longer documents and treating smaller documents as sentences adapts to single-label datasets and various document sizes. |
| Outcome: | The proposed method outperforms state-of-the-art models on a single-label AA benchmark dataset. |
Aspect-based Sentiment Classification with Aspect-specific Graph Convolutional Networks (D19-1)
Copied to clipboard
| Challenge: | Existing aspects-based sentiment classification models lack a mechanism to account for relevant syntactical constraints and word dependencies. |
| Approach: | They propose to build a Graph Convolutional Network over the dependency tree of a sentence to exploit syntactical information and word dependencies. |
| Outcome: | The proposed model is comparable to state-of-the-art models on three benchmarking collections. |
Dependency Graph Enhanced Dual-transformer Structure for Aspect-based Sentiment Classification (2020.acl-main)
Copied to clipboard
| Challenge: | Aspect-based sentiment classification is a popular task aimed at identifying the corresponding emotion of a given aspect. |
| Approach: | They propose a dependency graph enhanced dual-transformer network to support mutual reinforcement between the flat representation learning and graph-based representation learning. |
| Outcome: | The proposed model outperforms state-of-the-art methods on five datasets with a large margin. |
Bridging Robustness and Generalization Against Word Substitution Attacks in NLP via the Growth Bound Matrix Approach (2025.findings-acl)
Copied to clipboard
| Challenge: | Recent studies have shown that adversarial examples can alter models' predicted sentiment due to their sensitivity to specific word choices. |
| Approach: | They propose a regularization technique to improve NLP model robustness by reducing the impact of input perturbations on model outputs. |
| Outcome: | The proposed method outperforms state-of-the-art methods in adversarial defense. |
Sign Language Recognition with Transformer Networks (2020.lrec-1)
Copied to clipboard
| Challenge: | Sign language recognition is a complex problem, supported by large video corpora . previous work has used feature extraction or end-to-end deep learning to speed annotation . |
| Approach: | They propose to use OpenPose for human keypoint estimation and Convolutional Neural Networks to extract sign language features from video corpora. |
| Outcome: | The proposed method outperforms the state-of-the-art on the Flemish Sign Language corpus. |